Package com.cisco.pt.ipc.sim
Interface PolicyMapParameter
- All Superinterfaces:
IPCObject
- All Known Implementing Classes:
PolicyMapParameterImpl
Information provided by the PKI file:
\class CPolicyMapParameter
\brief CPolicyMapParameter holds parameters configured on policy-map type inspect on the asa
- Author:
- Auto-generated
-
Method Summary
Modifier and TypeMethodDescriptionInformation provided by the PKI file:Information provided by the PKI file:getStatement(String statement) Information provided by the PKI file:getStatementAt(int index) Information provided by the PKI file:intInformation provided by the PKI file:toString()Information provided by the PKI file:Methods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession
-
Method Details
-
getPolicyMapName
String getPolicyMapName()Information provided by the PKI file:
\brief Returns the policyMap name that is being used \return string, the policy map name.- Returns:
- String Returns a String
-
getRunningConfig
Information provided by the PKI file:
\brief Returns the running config string representation of policy map parameter \return vector<string> returns the running config string representation of policy map parameter.- Returns:
- List<String> Returns a List<String>
-
getStatementCnt
int getStatementCnt()Information provided by the PKI file:
\brief Returns the number of statements configured under policy map parameter return int, the number of statements configured under policy map parameter.- Returns:
- int Returns a int
-
getStatementAt
Information provided by the PKI file:
\brief Returns the policyMap name parameter statement based on index \param index, index to get the policy map from. \return PolicyMapParameterStatement, the policyMap name parameter statement based on index- Parameters:
index- Takes in a parameter of index- Returns:
- PolicyMapParameterStatement Returns a PolicyMapParameterStatement
-
getStatement
Information provided by the PKI file:
\brief Returns the policy map parameter statement based on the string representation \param statement, statement to get the policy map for. \return PolicyMapParametersStatement, the policy map parameter statement based on the string representation.- Parameters:
statement- Takes in a parameter of statement- Returns:
- PolicyMapParameterStatement Returns a PolicyMapParameterStatement
-
toString
String toString()Information provided by the PKI file:
\brief Return the configuration in string \return string, the configuration as a string.
-